home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / PB201SW.ZIP / MANUAL.LZH / DOORS.DOC next >
Encoding:
Text File  |  1996-03-10  |  1.4 KB  |  34 lines

  1. Quick Door Setup instructions for Powerboard BBS
  2.  
  3. A. Install the door as per the instructions that come
  4.    with the particular door you're setting up.  The
  5.    installation procedure for the door itself will
  6.    vary from door to door.
  7.  
  8. B. Create a batch file in your main BBS directory called
  9.    DOOR plus the number of the door plus .BAT.  For
  10.    example, the batch file for the first door should
  11.    be called DOOR1.BAT.  For more information on creating
  12.    batch files, refer to your DOS manual.  The first line
  13.    of the batch file should change to the directory where
  14.    the door resides.  The next line should run the door.
  15.    The line after that should change back to the BBS
  16.    directory (usually C:\PB).  Finally, it should re-load
  17.    the BBS.  Here's an example:
  18.  
  19.    CD DOORS\TW2002
  20.    TW2002 TW2002.CFG
  21.    CD\PB
  22.    PBOARD
  23.  
  24. C. Add the door to the doors menu by running MENUCFG.
  25.    To do this, type MENUCFG at the DOS prompt while in
  26.    the main BBS directory.  Then move the highlight bar
  27.    to the Doors Menu.  Then press ALT-U for update.
  28.    When asked if you would like to update menu screens,
  29.    reply by pressing Y.  You will be asked for descriptions
  30.    of the door(s) you have installed.  You should enter
  31.    a short description for the door here.  For example,
  32.    if asked for a description for door 1 and door 1 is
  33.    Tradewars 2002, you might enter TRADEWARS.
  34.